MicrosoftGraphCertificateBasedAuthConfiguration Class

public final class MicrosoftGraphCertificateBasedAuthConfiguration
extends MicrosoftGraphEntity

certificateBasedAuthConfiguration.

Constructor Summary

Constructor Description
MicrosoftGraphCertificateBasedAuthConfiguration()

Creates an instance of MicrosoftGraphCertificateBasedAuthConfiguration class.

Method Summary

Modifier and Type Method and 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 MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphCertificateBasedAuthConfiguration

public MicrosoftGraphCertificateBasedAuthConfiguration()

Creates an instance of MicrosoftGraphCertificateBasedAuthConfiguration class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: certificateBasedAuthConfiguration.

Overrides:

MicrosoftGraphCertificateBasedAuthConfiguration.additionalProperties()

Returns:

the additionalProperties value.

certificateAuthorities

public List certificateAuthorities()

Get the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.

Returns:

the certificateAuthorities value.

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphCertificateBasedAuthConfiguration.validate()

withAdditionalProperties

public MicrosoftGraphCertificateBasedAuthConfiguration withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: certificateBasedAuthConfiguration.

Overrides:

MicrosoftGraphCertificateBasedAuthConfiguration.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphCertificateBasedAuthConfiguration object itself.

withCertificateAuthorities

public MicrosoftGraphCertificateBasedAuthConfiguration withCertificateAuthorities(List 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.

withId

public MicrosoftGraphCertificateBasedAuthConfiguration withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphCertificateBasedAuthConfiguration.withId(String id)

Parameters:

id

Applies to