sym.sdk.user.UserIdentity

class sym.sdk.user.UserIdentity

Bases: sym.sdk.resource.SymBaseResource

Represents a User’s identity in an external system such as Slack or PagerDuty.

Methods

dict()

Represent this resource as a dictionary.

Attributes

service

The name of the external system providing the identity.

service_id

The ID of the external system providing the identity.

user_id

The User's identifier in the external system.

dict()

Represent this resource as a dictionary.

property service

The name of the external system providing the identity.

For example, slack.

property service_id

The ID of the external system providing the identity.

For example, “T123ABC” for a Slack Workspace.

property user_id

The User’s identifier in the external system.

For example, the User’s Slack ID.