Skip to main content
POST
BatchCreatePrincipalAttributeValue

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

BatchCreatePrincipalAttributeValueRequest is used to batch create new principal attribute values.

BatchCreatePrincipalAttributeValueRequest is used to batch create new principal attribute values.

principalAttributeKeyId
string
required
principalIds
string[]
required
principalType
enum<string>
default:PRINCIPAL_ATTRIBUTE_PRINCIPAL_TYPE_UNSPECIFIED
required

PrincipalAttributePrincipalType enumerates the supported principal types for principal attribute values.

Available options:
PRINCIPAL_ATTRIBUTE_PRINCIPAL_TYPE_UNSPECIFIED,
PRINCIPAL_ATTRIBUTE_PRINCIPAL_TYPE_USER,
PRINCIPAL_ATTRIBUTE_PRINCIPAL_TYPE_USER_GROUP
principalAttributeEnumValueId
string

For ENUM type: exactly one enum value ID.

principalAttributeEnumValueIds
object
numberValue
string<int64>
booleanValue
boolean

Response

A successful response.

BatchCreatePrincipalAttributeValueResponse returns the principal attribute values from a BatchCreatePrincipalAttributeValue call.

principalAttributeValues
object[]
required