### YamlMime:JavaType uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims" name: "MicrosoftGraphOptionalClaims" nameWithType: "MicrosoftGraphOptionalClaims" summary: "optionalClaims." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **MicrosoftGraphOptionalClaims**
implements <>" constructors: - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.MicrosoftGraphOptionalClaims()" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.MicrosoftGraphOptionalClaims()" name: "MicrosoftGraphOptionalClaims()" nameWithType: "MicrosoftGraphOptionalClaims.MicrosoftGraphOptionalClaims()" summary: "Creates an instance of MicrosoftGraphOptionalClaims class." syntax: "public MicrosoftGraphOptionalClaims()" desc: "Creates an instance of MicrosoftGraphOptionalClaims class." methods: - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.accessToken()" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.accessToken()" name: "accessToken()" nameWithType: "MicrosoftGraphOptionalClaims.accessToken()" summary: "Get the accessToken property: The optional claims returned in the JWT access token." syntax: "public List accessToken()" desc: "Get the accessToken property: The optional claims returned in the JWT access token." returns: description: "the accessToken value." type: "List<>" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.additionalProperties()" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.additionalProperties()" name: "additionalProperties()" nameWithType: "MicrosoftGraphOptionalClaims.additionalProperties()" summary: "Get the additionalProperties property: optionalClaims." syntax: "public Map additionalProperties()" desc: "Get the additionalProperties property: optionalClaims." returns: description: "the additionalProperties value." type: "Map<String,Object>" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "MicrosoftGraphOptionalClaims.fromJson(JsonReader jsonReader)" summary: "Reads an instance of MicrosoftGraphOptionalClaims from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static MicrosoftGraphOptionalClaims fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the MicrosoftGraphOptionalClaims." type: "IOException" desc: "Reads an instance of MicrosoftGraphOptionalClaims from the JsonReader." returns: description: "An instance of MicrosoftGraphOptionalClaims if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.idToken()" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.idToken()" name: "idToken()" nameWithType: "MicrosoftGraphOptionalClaims.idToken()" summary: "Get the idToken property: The optional claims returned in the JWT ID token." syntax: "public List idToken()" desc: "Get the idToken property: The optional claims returned in the JWT ID token." returns: description: "the idToken value." type: "List<>" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.saml2Token()" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.saml2Token()" name: "saml2Token()" nameWithType: "MicrosoftGraphOptionalClaims.saml2Token()" summary: "Get the saml2Token property: The optional claims returned in the SAML token." syntax: "public List saml2Token()" desc: "Get the saml2Token property: The optional claims returned in the SAML token." returns: description: "the saml2Token value." type: "List<>" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "MicrosoftGraphOptionalClaims.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.validate()" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.validate()" name: "validate()" nameWithType: "MicrosoftGraphOptionalClaims.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.withAccessToken(java.util.List)" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.withAccessToken(List accessToken)" name: "withAccessToken(List accessToken)" nameWithType: "MicrosoftGraphOptionalClaims.withAccessToken(List accessToken)" summary: "Set the accessToken property: The optional claims returned in the JWT access token." parameters: - description: "the accessToken value to set." name: "accessToken" type: "List<>" syntax: "public MicrosoftGraphOptionalClaims withAccessToken(List accessToken)" desc: "Set the accessToken property: The optional claims returned in the JWT access token." returns: description: "the MicrosoftGraphOptionalClaims object itself." type: "" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.withAdditionalProperties(java.util.Map)" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.withAdditionalProperties(Map additionalProperties)" name: "withAdditionalProperties(Map additionalProperties)" nameWithType: "MicrosoftGraphOptionalClaims.withAdditionalProperties(Map additionalProperties)" summary: "Set the additionalProperties property: optionalClaims." parameters: - description: "the additionalProperties value to set." name: "additionalProperties" type: "Map<String,Object>" syntax: "public MicrosoftGraphOptionalClaims withAdditionalProperties(Map additionalProperties)" desc: "Set the additionalProperties property: optionalClaims." returns: description: "the MicrosoftGraphOptionalClaims object itself." type: "" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.withIdToken(java.util.List)" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.withIdToken(List idToken)" name: "withIdToken(List idToken)" nameWithType: "MicrosoftGraphOptionalClaims.withIdToken(List idToken)" summary: "Set the idToken property: The optional claims returned in the JWT ID token." parameters: - description: "the idToken value to set." name: "idToken" type: "List<>" syntax: "public MicrosoftGraphOptionalClaims withIdToken(List idToken)" desc: "Set the idToken property: The optional claims returned in the JWT ID token." returns: description: "the MicrosoftGraphOptionalClaims object itself." type: "" - uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.withSaml2Token(java.util.List)" fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims.withSaml2Token(List saml2Token)" name: "withSaml2Token(List saml2Token)" nameWithType: "MicrosoftGraphOptionalClaims.withSaml2Token(List saml2Token)" summary: "Set the saml2Token property: The optional claims returned in the SAML token." parameters: - description: "the saml2Token value to set." name: "saml2Token" type: "List<>" syntax: "public MicrosoftGraphOptionalClaims withSaml2Token(List saml2Token)" desc: "Set the saml2Token property: The optional claims returned in the SAML token." returns: description: "the MicrosoftGraphOptionalClaims object itself." type: "" type: "class" desc: "optionalClaims." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.authorization.fluent.models" artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.44.0