- JSON representation
- ServiceAccountApproverSettings
- EmailNotificationSettings
- DisableAllNotifications
- CustomNotificationBehavior
- RequesterNotifications
- NotificationMode
- AdminNotifications
- ApproverNotifications
Settings
resource defines the properties, applied directly to the resource or inherited through the hierarchy, to enable consistent, federated use of PAM.
The behavior is as follows: 1. If explicitly set to empty at the node level, PAM's default settings are applied for that node. 2. If not set at the node level, settings are inherited from the closest ancestor with a non-empty value. If none of the ancestors has the field set, PAM's default settings are applied. 3. If explicitly set to a non-empty value at the node level, the specified settings are applied for that node.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "etag": string, "serviceAccountApproverSettings": { object ( |
Fields | |
---|---|
name |
Identifier. Name of the settings resource. Possible formats: projects/{project-id|project-number}/locations/{location}/settings folders/{folder-number}/locations/{location}/settings organizations/{organization-number}/locations/{location}/settings |
createTime |
Output only. Create timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Update timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
etag |
Fingerprint for optimistic concurrency returned in the response of |
serviceAccountApproverSettings |
Optional. This controls the node-level settings for allowing service accounts as approvers. |
emailNotificationSettings |
Optional. |
ServiceAccountApproverSettings
This controls whether service accounts are allowed to approve grants or can be designated as approvers within PAM entitlements.
JSON representation |
---|
{ "enabled": boolean } |
Fields | |
---|---|
enabled |
Optional. Indicates whether service account is allowed to grant approvals. |
EmailNotificationSettings
EmailNotificationSettings
defines the node-wide email notification settings.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field notification_behavior . Notification behavior. 1. If set to DisableAllNotifications , all notifications are disabled for the node. 2. If set to CustomNotificationBehavior , notifications are customized as per the specified settings. 3. If notification_behavior is not set (none of the options selected), PAM's default settings are applied for that node. notification_behavior can be only one of the following: |
|
disableAllNotifications |
Disable all notifications. |
customNotificationBehavior |
Granular settings of notifications. |
DisableAllNotifications
This type has no fields.
This option indicates that all email notifications are disabled.
CustomNotificationBehavior
CustomNotificationBehavior
provides granular control over email notification delivery. Allows admins to selectively enable/disable notifications for specific events and specific personas.
JSON representation |
---|
{ "requesterNotifications": { object ( |
Fields | |
---|---|
requesterNotifications |
Optional. Requester email notifications. |
adminNotifications |
Optional. Admin email notifications. |
approverNotifications |
Optional. Approver email notifications. |
RequesterNotifications
Email notifications specific to Requesters.
JSON representation |
---|
{ "entitlementAssigned": enum ( |
Fields | |
---|---|
entitlementAssigned |
Optional. Notification mode for entitlement assigned. |
grantActivated |
Optional. Notification mode for grant activated. |
grantDenied |
Optional. Notification mode for grant denied. |
grantExpired |
Optional. Notification mode for grant request expired. |
grantEnded |
Optional. Notification mode for grant ended. |
grantRevoked |
Optional. Notification mode for grant revoked. |
grantExternallyModified |
Optional. Notification mode for grant externally modified. |
grantActivationFailed |
Optional. Notification mode for grant activation failed. |
NotificationMode
NotificationMode
represents the notification delivery setting.
Enums | |
---|---|
NOTIFICATION_MODE_UNSPECIFIED |
Default notification behavior following PAM's standard settings. |
ENABLED |
Notifications are enabled. |
DISABLED |
Notifications are disabled. |
AdminNotifications
Email notifications specific to Admins.
JSON representation |
---|
{ "grantActivated": enum ( |
Fields | |
---|---|
grantActivated |
Optional. Notification mode for grant activated. |
grantEnded |
Optional. Notification mode for grant ended. |
grantExternallyModified |
Optional. Notification mode for grant externally modified. |
grantActivationFailed |
Optional. Notification mode for grant activation failed. |
ApproverNotifications
Email notifications specific to Approvers.
JSON representation |
---|
{
"pendingApproval": enum ( |
Fields | |
---|---|
pendingApproval |
Optional. Notification mode for pending approval. |