public static class DynamicResourceGroupDynamicGroupAppRoles.Builder extends Object
Constructor and Description |
---|
Builder() |
public DynamicResourceGroupDynamicGroupAppRoles.Builder value(String value)
The identifier of the appRole
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: always - type: string - uniqueness: none
value
- the value to setpublic DynamicResourceGroupDynamicGroupAppRoles.Builder ref(String ref)
The URI of the corresponding appRole resource to which the user belongs
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: reference - uniqueness: none
ref
- the value to setpublic DynamicResourceGroupDynamicGroupAppRoles.Builder display(String display)
A human readable name, primarily used for display purposes. READ-ONLY.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
display
- the value to setpublic DynamicResourceGroupDynamicGroupAppRoles.Builder appId(String appId)
ID of parent App. READ-ONLY.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
appId
- the value to setpublic DynamicResourceGroupDynamicGroupAppRoles.Builder appName(String appName)
Name of parent App. READ-ONLY.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
appName
- the value to setpublic DynamicResourceGroupDynamicGroupAppRoles.Builder adminRole(Boolean adminRole)
If true, then the role provides administrative access privileges. READ-ONLY.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: boolean - uniqueness: none
adminRole
- the value to setpublic DynamicResourceGroupDynamicGroupAppRoles.Builder legacyGroupName(String legacyGroupName)
The name of the legacy group associated with this AppRole.
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
legacyGroupName
- the value to setpublic DynamicResourceGroupDynamicGroupAppRoles build()
public DynamicResourceGroupDynamicGroupAppRoles.Builder copy(DynamicResourceGroupDynamicGroupAppRoles model)
Copyright © 2016–2024. All rights reserved.