Class AppGroupAssertionAttributes.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppGroupAssertionAttributes.Builder
 
- 
- Enclosing class:
- AppGroupAssertionAttributes
 
 public static class AppGroupAssertionAttributes.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppGroupAssertionAttributesbuild()AppGroupAssertionAttributes.Buildercondition(String condition)Indicates the filter types that are supported for the Group assertion attributes.AppGroupAssertionAttributes.Buildercopy(AppGroupAssertionAttributes model)AppGroupAssertionAttributes.Builderformat(String format)Indicates the format of the assertion attribute.AppGroupAssertionAttributes.BuildergroupName(String groupName)Indicates the group name that are supported for the group assertion attributes.AppGroupAssertionAttributes.Buildername(String name)The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
 
- 
- 
- 
Method Detail- 
namepublic AppGroupAssertionAttributes.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
 
 - 
formatpublic AppGroupAssertionAttributes.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
 
 - 
conditionpublic AppGroupAssertionAttributes.Builder condition(String condition) Indicates the filter types that are supported for the Group assertion attributes.*Deprecated Since: 18.2.2** *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - idcsValuePersistedInOtherAttribute: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Parameters:
- condition- the value to set
- Returns:
- this builder
 
 - 
groupNamepublic AppGroupAssertionAttributes.Builder groupName(String groupName) Indicates the group name that are supported for the group assertion attributes.*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:
- groupName- the value to set
- Returns:
- this builder
 
 - 
buildpublic AppGroupAssertionAttributes build() 
 - 
copypublic AppGroupAssertionAttributes.Builder copy(AppGroupAssertionAttributes model) 
 
- 
 
-