View Source GoogleApi.CloudIdentity.V1.Model.SecuritySettings (google_api_cloud_identity v0.30.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 form groups/{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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.