Class: Google::Apis::CloudidentityV1beta1::SecuritySettings

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudidentity_v1beta1/classes.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb

Overview

The definiion of security settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecuritySettings

Returns a new instance of SecuritySettings.



4058
4059
4060
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4058

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#member_restrictionGoogle::Apis::CloudidentityV1beta1::MemberRestriction

The definition of MemberRestriction Corresponds to the JSON property memberRestriction



4050
4051
4052
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4050

def member_restriction
  @member_restriction
end

#nameString

Output only. The resource name of the security settings. Shall be of the form groups/group_id/securitySettings. Corresponds to the JSON property name

Returns:

  • (String)


4056
4057
4058
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4056

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4063
4064
4065
4066
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4063

def update!(**args)
  @member_restriction = args[:member_restriction] if args.key?(:member_restriction)
  @name = args[:name] if args.key?(:name)
end