Kvindo™ Cloud Docs
An IAM User is a person or service account within an organization who can authenticate to the platform and perform actions based on their assigned Access Policies.
• Email — optional contact address; used to deliver a token by email when a User Token is created with Send to email
• Access Policies — the permissions granted to the user, attached via the user's Access Policies field
• Tokens — API tokens for programmatic access (see User Token)
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
spec.email |
spec.email |
Yes | string (nullable, up to 64 characters) | — | No | Contact email; the token is sent here when ‘Send to email’ is enabled on a User Token | |
| Access Policies | spec.accessPolicyIds |
spec.access_policy_ids |
Yes | list of ULID | [] |
No | ULIDs of Access Policies to assign |
Terraform
Python SDK
kc CLI
Resource docs
Reference