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 a User can request access to.

Read more about Targets.

Methods

dict()

Represent this resource as a dictionary.

Attributes

label

The display name for this AccessTarget.

name

An alias for this resource's slug, derived from its SRN.

settings

The dictionary of settings from AccessTarget's definition in Terraform.

srn

A SRN object that represents the unique identifier for this resource.

type

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 name

An alias for this resource’s slug, derived from its SRN.

property settings

The dictionary of settings from AccessTarget’s definition in Terraform.

property srn

A SRN object that represents the unique identifier for this resource.

property type

The type of resource to be accessed (e.g., “okta_group”, “aws_iam_group”).