View Source GoogleApi.CloudIdentity.V1.Model.SecuritySettings (google_api_cloud_identity v0.33.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.SecuritySettings{ memberRestriction: GoogleApi.CloudIdentity.V1.Model.MemberRestriction.t() | nil, name: String.t() | nil }