Class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResource
- Inherits:
-
Object
- Object
- Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/networksecurity_v1beta1/classes.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb
Overview
Describes the properties of a client VM resource accessing the internal application load balancers.
Instance Attribute Summary collapse
-
#iam_service_account ⇒ Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch
Determines how a string value should be matched.
-
#tag_value_id_set ⇒ Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
Describes a set of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AuthzPolicyAuthzRuleRequestResource
constructor
A new instance of AuthzPolicyAuthzRuleRequestResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AuthzPolicyAuthzRuleRequestResource
Returns a new instance of AuthzPolicyAuthzRuleRequestResource.
421 422 423 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 421 def initialize(**args) update!(**args) end |
Instance Attribute Details
#iam_service_account ⇒ Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch
Determines how a string value should be matched.
Corresponds to the JSON property iamServiceAccount
413 414 415 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 413 def iam_service_account @iam_service_account end |
#tag_value_id_set ⇒ Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
Describes a set of resource tag value permanent IDs to match against the
resource manager tags value associated with the source VM of a request.
Corresponds to the JSON property tagValueIdSet
419 420 421 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 419 def tag_value_id_set @tag_value_id_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
426 427 428 429 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 426 def update!(**args) @iam_service_account = args[:iam_service_account] if args.key?(:iam_service_account) @tag_value_id_set = args[:tag_value_id_set] if args.key?(:tag_value_id_set) end |