public static class AppGroupAssertionAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppGroupAssertionAttributes |
build() |
AppGroupAssertionAttributes.Builder |
condition(String condition)
Indicates the filter types that are supported for the Group assertion attributes.
|
AppGroupAssertionAttributes.Builder |
copy(AppGroupAssertionAttributes model) |
AppGroupAssertionAttributes.Builder |
format(String format)
Indicates the format of the assertion attribute.
|
AppGroupAssertionAttributes.Builder |
groupName(String groupName)
Indicates the group name that are supported for the group assertion attributes.
|
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
|
public 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
name
- the value to setpublic 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
format
- the value to setpublic 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
condition
- the value to setpublic 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
groupName
- the value to setpublic AppGroupAssertionAttributes build()
public AppGroupAssertionAttributes.Builder copy(AppGroupAssertionAttributes model)
Copyright © 2016–2024. All rights reserved.