Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
200 lines (110 loc) · 11.2 KB

btpsa-usecase-properties-role-collections-to-be-assigned-to-a-service-items.md

File metadata and controls

200 lines (110 loc) · 11.2 KB

items Type

object (Details)

items Properties

Property Type Required Nullable Defined by
assignedRoles array Optional cannot be null JSON Schema for BTPSA use case definitions
assignedUserGroupsFromParameterFile array Required cannot be null JSON Schema for BTPSA use case definitions
attribute string Optional cannot be null JSON Schema for BTPSA use case definitions
attributeValue string Optional cannot be null JSON Schema for BTPSA use case definitions
group string Optional cannot be null JSON Schema for BTPSA use case definitions
idp string Optional cannot be null JSON Schema for BTPSA use case definitions
level string Optional cannot be null JSON Schema for BTPSA use case definitions
name string Required cannot be null JSON Schema for BTPSA use case definitions
type string Required cannot be null JSON Schema for BTPSA use case definitions

assignedRoles

roles to be assigned to a custom role collection

assignedRoles

assignedRoles Type

string[] (roles name)

assignedUserGroupsFromParameterFile

user groups to be assigned from the parameter file

assignedUserGroupsFromParameterFile

assignedUserGroupsFromParameterFile Type

array (user groups from parameter file)

attribute

the name of the attribute. To be found in the identity provider.

attribute

attribute Type

string (attribute name (custom IdP))

attributeValue

the value of the attribute. To be found in the identity provider.

attributeValue

attributeValue Type

string (attribute value (custom IdP))

group

the name of the user group. To be found in the identity provider.

group

group Type

string (group name (custom IdP))

idp

the identity provider that hosts the user.

idp

idp Type

string (IdP name)

level

level of the role collection

level

level Type

string (level of the role collection)

level Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"global account"
"sub account"
"org"
"space"

name

name of the role collection

name

name Type

string (name of the role collection)

type

type of the role collection

type

type Type

string (type of the role collection)

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"account"
"cloudfoundry"
"custom"