GoogleApi.CloudIdentity.V1.Model.SecuritySettings (google_api_cloud_identity v0.26.0) View Source
The definition of security settings.
Attributes
-
memberRestriction(type:GoogleApi.CloudIdentity.V1.Model.MemberRestriction.t, default:nil) - The Member Restriction value -
name(type:String.t, default:nil) - Output only. The resource name of the security settings. Shall be of the formgroups/{group_id}/securitySettings.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudIdentity.V1.Model.SecuritySettings{
memberRestriction:
GoogleApi.CloudIdentity.V1.Model.MemberRestriction.t() | nil,
name: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.