Identifier Class
A domain specific resource identifier.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Identifier(*, kind: str | None = None, id_properties_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. Default value: None
|
id_properties_id
|
String representation of the identity. Default value: None
|