Class Google::Cloud::AccessApproval::V1::AccessApprovalSettings (v0.4.5)

Settings on a Project/Folder/Organization related to Access Approval.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enrolled_ancestor

def enrolled_ancestor() -> ::Boolean
Returns
  • (::Boolean) — Output only. This field is read only (not settable via UpdateAccessAccessApprovalSettings method). If the field is true, that indicates that at least one service is enrolled for Access Approval in one or more ancestors of the Project or Folder (this field will always be unset for the organization since organizations do not have ancestors).

#enrolled_services

def enrolled_services() -> ::Array<::Google::Cloud::AccessApproval::V1::EnrolledService>
Returns
  • (::Array<::Google::Cloud::AccessApproval::V1::EnrolledService>) — A list of Google Cloud Services for which the given resource has Access Approval enrolled. Access requests for the resource given by name against any of these services contained here will be required to have explicit approval. If name refers to an organization, enrollment can be done for individual services. If name refers to a folder or project, enrollment can only be done on an all or nothing basis.

    If a cloud_product is repeated in this list, the first entry will be honored and all following entries will be discarded. A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded.

#enrolled_services=

def enrolled_services=(value) -> ::Array<::Google::Cloud::AccessApproval::V1::EnrolledService>
Parameter
  • value (::Array<::Google::Cloud::AccessApproval::V1::EnrolledService>) — A list of Google Cloud Services for which the given resource has Access Approval enrolled. Access requests for the resource given by name against any of these services contained here will be required to have explicit approval. If name refers to an organization, enrollment can be done for individual services. If name refers to a folder or project, enrollment can only be done on an all or nothing basis.

    If a cloud_product is repeated in this list, the first entry will be honored and all following entries will be discarded. A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded.

Returns
  • (::Array<::Google::Cloud::AccessApproval::V1::EnrolledService>) — A list of Google Cloud Services for which the given resource has Access Approval enrolled. Access requests for the resource given by name against any of these services contained here will be required to have explicit approval. If name refers to an organization, enrollment can be done for individual services. If name refers to a folder or project, enrollment can only be done on an all or nothing basis.

    If a cloud_product is repeated in this list, the first entry will be honored and all following entries will be discarded. A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded.

#name

def name() -> ::String
Returns
  • (::String) —

    The resource name of the settings. Format is one of:

    • "projects/{project_id}/accessApprovalSettings"
    • "folders/{folder_id}/accessApprovalSettings"
    • "organizations/{organization_id}/accessApprovalSettings"

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    The resource name of the settings. Format is one of:

    • "projects/{project_id}/accessApprovalSettings"
    • "folders/{folder_id}/accessApprovalSettings"
    • "organizations/{organization_id}/accessApprovalSettings"
Returns
  • (::String) —

    The resource name of the settings. Format is one of:

    • "projects/{project_id}/accessApprovalSettings"
    • "folders/{folder_id}/accessApprovalSettings"
    • "organizations/{organization_id}/accessApprovalSettings"

#notification_emails

def notification_emails() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of email addresses to which notifications relating to approval requests should be sent. Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.

#notification_emails=

def notification_emails=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of email addresses to which notifications relating to approval requests should be sent. Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.
Returns
  • (::Array<::String>) — A list of email addresses to which notifications relating to approval requests should be sent. Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.