Class AppUserAssertionAttributes.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppUserAssertionAttributes.Builder
 
- 
- Enclosing class:
- AppUserAssertionAttributes
 
 public static class AppUserAssertionAttributes.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppUserAssertionAttributesbuild()AppUserAssertionAttributes.Buildercopy(AppUserAssertionAttributes model)AppUserAssertionAttributes.Builderformat(String format)Indicates the format of the assertion attribute.AppUserAssertionAttributes.Buildername(String name)The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertionAppUserAssertionAttributes.BuilderuserStoreAttributeName(String userStoreAttributeName)This attribute specifies which user attribute should be used to create the value of the SAML assertion attribute.
 
- 
- 
- 
Method Detail- 
namepublic AppUserAssertionAttributes.Builder name(String name) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion*Deprecated Since: 18.2.2** *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - idcsValuePersistedInOtherAttribute: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
userStoreAttributeNamepublic AppUserAssertionAttributes.Builder userStoreAttributeName(String userStoreAttributeName) This attribute specifies which user attribute should be used to create the value of the SAML assertion attribute.The userstore attribute can be constructed by using attributes from the Oracle Identity Cloud Service Core Users schema. 
 Note: Attributes from extensions to the Core User schema are not supported in v1.0.*Deprecated Since: 18.2.2** *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - idcsValuePersistedInOtherAttribute: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none - Parameters:
- userStoreAttributeName- the value to set
- Returns:
- this builder
 
 - 
formatpublic AppUserAssertionAttributes.Builder format(String format) Indicates the format of the assertion attribute.*Deprecated Since: 18.2.2** *SCIM++ Properties:** - caseExact: true - idcsSearchable: false - idcsValuePersistedInOtherAttribute: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Parameters:
- format- the value to set
- Returns:
- this builder
 
 - 
buildpublic AppUserAssertionAttributes build() 
 - 
copypublic AppUserAssertionAttributes.Builder copy(AppUserAssertionAttributes model) 
 
- 
 
-