sym.sdk.target

An instance of a sym_target to request access to.

Classes

AccessTarget

The AccessTarget class represents an instance of a sym_target that a User can request access to.

class sym.sdk.target.AccessTarget(srn: Union[sym.sdk.resource.SRN, str])

Bases: sym.sdk.resource.SymResource

The AccessTarget class represents an instance of a sym_target that a User can request access to.

Read more about Targets.

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”).