class Google::Apis::CloudidentityV1beta1::DynamicGroupMetadata
Dynamic group metadata like queries and status.
Attributes
queries[RW]
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups. Corresponds to the JSON property `queries` @return [Array<Google::Apis::CloudidentityV1beta1::DynamicGroupQuery>]
status[RW]
The current status of a dynamic group along with timestamp. Corresponds to the JSON property `status` @return [Google::Apis::CloudidentityV1beta1::DynamicGroupStatus]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 668 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 673 def update!(**args) @queries = args[:queries] if args.key?(:queries) @status = args[:status] if args.key?(:status) end