Class: Google::Identity::AccessContextManager::V1::AccessPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/identity/accesscontextmanager/v1/access_policy.rb

Overview

AccessPolicy is a container for AccessLevels (which define the necessary attributes to use Google Cloud services) and ServicePerimeters (which define regions of services able to freely pass data within a perimeter). An access policy is globally visible within an organization, and the restrictions it specifies apply to all projects within an organization.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Output only. Time the AccessPolicy was created in UTC.

Returns:



53
54
55
56
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_policy.rb', line 53

class AccessPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#etag::String

Returns Output only. An opaque identifier for the current version of the AccessPolicy. This will always be a strongly validated etag, meaning that two Access Polices will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.

Returns:

  • (::String)

    Output only. An opaque identifier for the current version of the AccessPolicy. This will always be a strongly validated etag, meaning that two Access Polices will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.



53
54
55
56
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_policy.rb', line 53

class AccessPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Output only. Resource name of the AccessPolicy. Format: accessPolicies/{policy_id}.

Returns:

  • (::String)

    Output only. Resource name of the AccessPolicy. Format: accessPolicies/{policy_id}



53
54
55
56
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_policy.rb', line 53

class AccessPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent of this AccessPolicy in the Cloud Resource Hierarchy. Currently immutable once created. Format: organizations/{organization_id}.

Returns:

  • (::String)

    Required. The parent of this AccessPolicy in the Cloud Resource Hierarchy. Currently immutable once created. Format: organizations/{organization_id}



53
54
55
56
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_policy.rb', line 53

class AccessPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#title::String

Returns Required. Human readable title. Does not affect behavior.

Returns:

  • (::String)

    Required. Human readable title. Does not affect behavior.



53
54
55
56
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_policy.rb', line 53

class AccessPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp

Returns Output only. Time the AccessPolicy was updated in UTC.

Returns:



53
54
55
56
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_policy.rb', line 53

class AccessPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end