View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissions (google_api_integrations v0.13.0)
LINT.IfChange
Attributes
-
gaiaIdentity
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity.t
, default:nil
) - Represents a Gaia identity for a person or service account. -
googleGroup
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity.t
, default:nil
) - -
loasRole
(type:String.t
, default:nil
) - -
mdbGroup
(type:String.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissions{ gaiaIdentity: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity.t() | nil, googleGroup: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity.t() | nil, loasRole: String.t() | nil, mdbGroup: String.t() | nil }