SecretsManagementRegistrationStatus

class aws_rfdk.deadline.SecretsManagementRegistrationStatus(value)

Bases: enum.Enum

The different possible Deadline Secrets Management registration statuses that a Deadline Client’s identity can be set to.

See https://docs.thinkboxsoftware.com/products/deadline/10.2/1_User%20Manual/manual/secrets-management/deadline-secrets-management.html#registration-status

Attributes

PENDING

This is the default status for an Identity that has just registered itself.

It cannot access any secrets with this status.

REGISTERED

This status allows Identities to make use of the Secrets API, so long as they have the appropriate Identity Role.

REVOKED

Identities with this status will not be allowed to make use of the Secrets API.