Organizations
class Organizations extends Resource (View source)
The "organizations" collection of methods.
Typical usage is:
$accessapprovalService = new Google\Service\AccessApproval(...);
$organizations = $accessapprovalService->organizations;
Methods
Deletes the settings associated with a project, folder, or organization. This will have the effect of disabling Access Approval for the project, folder, or organization, but only if all ancestors also have Access Approval disabled.
Gets the settings associated with a project, folder, or organization.
Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
Updates the settings associated with a project, folder, or organization.
Details
AccessapprovalEmpty
deleteAccessApprovalSettings(string $name, array $optParams = [])
Deletes the settings associated with a project, folder, or organization. This will have the effect of disabling Access Approval for the project, folder, or organization, but only if all ancestors also have Access Approval disabled.
If Access Approval is enabled at a higher level of the hierarchy, then Access Approval will still be enabled at this level as the settings are inherited. (organizations.deleteAccessApprovalSettings)
AccessApprovalSettings
getAccessApprovalSettings(string $name, array $optParams = [])
Gets the settings associated with a project, folder, or organization.
(organizations.getAccessApprovalSettings)
AccessApprovalServiceAccount
getServiceAccount(string $name, array $optParams = [])
Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
(organizations.getServiceAccount)
AccessApprovalSettings
updateAccessApprovalSettings(string $name, AccessApprovalSettings $postBody, array $optParams = [])
Updates the settings associated with a project, folder, or organization.
Settings to update are determined by the value of field_mask. (organizations.updateAccessApprovalSettings)