sym.sdk.target.AccessTarget¶
- 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.
Methods
dict
()Represent this resource as a dictionary.
Attributes
The display name for this
AccessTarget
.An alias for this resource's slug, derived from its
SRN
.The dictionary of settings from
AccessTarget
's definition in Terraform.A
SRN
object that represents the unique identifier for this resource.The type of resource to be accessed (e.g., "okta_group", "aws_iam_group").
- 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”).