Class MicrosoftGraphCertificateBasedAuthConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCertificateBasedAuthConfiguration
-
public final class MicrosoftGraphCertificateBasedAuthConfiguration extends MicrosoftGraphEntity
certificateBasedAuthConfiguration.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphCertificateBasedAuthConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: certificateBasedAuthConfiguration.List<MicrosoftGraphCertificateAuthority>
certificateAuthorities()
Get the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.void
validate()
Validates the instance.MicrosoftGraphCertificateBasedAuthConfiguration
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: certificateBasedAuthConfiguration.MicrosoftGraphCertificateBasedAuthConfiguration
withCertificateAuthorities(List<MicrosoftGraphCertificateAuthority> certificateAuthorities)
Set the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.MicrosoftGraphCertificateBasedAuthConfiguration
withId(String id)
Set the id property: Read-only.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
certificateAuthorities
public List<MicrosoftGraphCertificateAuthority> certificateAuthorities()
Get the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.- Returns:
- the certificateAuthorities value.
-
withCertificateAuthorities
public MicrosoftGraphCertificateBasedAuthConfiguration withCertificateAuthorities(List<MicrosoftGraphCertificateAuthority> certificateAuthorities)
Set the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.- Parameters:
certificateAuthorities
- the certificateAuthorities value to set.- Returns:
- the MicrosoftGraphCertificateBasedAuthConfiguration object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: certificateBasedAuthConfiguration.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphCertificateBasedAuthConfiguration withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: certificateBasedAuthConfiguration.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphCertificateBasedAuthConfiguration object itself.
-
withId
public MicrosoftGraphCertificateBasedAuthConfiguration withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-