serverlessDeploymentUserIdentity

Identity of the user who performed the serverless deployment.

Examples

type ServerlessDeploymentUserIdentity {
  type: String
  principalId: String
  arn: String
  accountId: String
  accessKeyId: String
  sessionContext: ServerlessDeploymentUserIdentitySessionContext
}

Fields

Field
Description
Supported fields

type String

Type of user identity (e.g., AssumedRole)

principalId String

Principal ID of the user

arn String

ARN of the user identity

accountId String

Account ID of the user

accessKeyId String

Access key ID used for the session

References

Fields with this object:

Last updated