sym.sdk.target¶
An instance of something to request access to.
Classes
The |
- class sym.sdk.target.AccessTarget(srn: Union[sym.sdk.resource.SRN, str])¶
Bases:
sym.sdk.resource.SymResource
The
AccessTarget
class represents an instance of something aUser
can request access to.Read more about Targets.
- dict()¶
Represent this resource as a dictionary.
- property label¶
The display name for this
AccessTarget
.
- property settings¶
The dictionary of settings from
AccessTarget
’s definition in Terraform.
- property type¶
The type of resource to be accessed (e.g., “okta_group”, “aws_iam_group”).