Tetrate Service BridgeVersion: next
tsb.tetrate.io/v2
User
Name | Type | Description | Required |
---|---|---|---|
apiVersion | string | tsb.tetrate.io/v2 | true |
kind | string | User | true |
metadata | object | Refer to the Kubernetes API documentation for the fields of the metadata field. | true |
spec | object |
| false |
status | object | false |
User.spec
User
represents a user from the Identity Provider that is allowed to log into the platform.
Name | Type | Description | Required |
---|---|---|---|
loginName | string | The username used in the login credentials. | true |
displayName | string | User friendly name for the resource. | false |
string | Email for the user where alerts and other notifications will be sent. | false | |
etag | string | The etag for the resource. | false |
firstName | string | The first name of the user. | false |
fqn | string | Fully-qualified name of the resource. | false |
lastName | string | The last name of the user, if any. | false |
sourceType | enum | Where the user comes from. Enum: INVALID, LDAP, LOCAL, AZURE, MANUAL | false |