CommunicationIdentifier Class

Communication Identifier.

Inheritance
CommunicationIdentifier

Constructor

CommunicationIdentifier(*args, **kwargs)

Variables

raw_id
str

Optional raw ID of the identifier.

kind
str or CommunicationIdentifierKind

The type of identifier.

Any] properties
<xref:Mapping>[<xref:str,>

The properties of the identifier.

Attributes

kind

kind: Optional[Union[azure.communication.identity._shared.models.CommunicationIdentifierKind, str]] = None

properties

properties: Mapping[str, Any] = {}

raw_id

raw_id: Optional[str] = None