public static interface SecurityHealthAnalyticsSettings.NonOrgIamMemberSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApprovedIdentities(int index)
User emails ending in the provided identities are allowed to have IAM
permissions on a project or the organization.
|
com.google.protobuf.ByteString |
getApprovedIdentitiesBytes(int index)
User emails ending in the provided identities are allowed to have IAM
permissions on a project or the organization.
|
int |
getApprovedIdentitiesCount()
User emails ending in the provided identities are allowed to have IAM
permissions on a project or the organization.
|
List<String> |
getApprovedIdentitiesList()
User emails ending in the provided identities are allowed to have IAM
permissions on a project or the organization.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getApprovedIdentitiesList()
User emails ending in the provided identities are allowed to have IAM permissions on a project or the organization. Otherwise a finding will be created. A valid identity can be: * a domain that starts with "@", e.g. "@yourdomain.com". * a fully specified email address that does not start with "@", e.g. "abc@gmail.com" Regular expressions are not supported. Service accounts are not examined by the scanner and will be omitted if added to the list. If not specified, only Gmail accounts will be considered as non-approved.
repeated string approved_identities = 1;int getApprovedIdentitiesCount()
User emails ending in the provided identities are allowed to have IAM permissions on a project or the organization. Otherwise a finding will be created. A valid identity can be: * a domain that starts with "@", e.g. "@yourdomain.com". * a fully specified email address that does not start with "@", e.g. "abc@gmail.com" Regular expressions are not supported. Service accounts are not examined by the scanner and will be omitted if added to the list. If not specified, only Gmail accounts will be considered as non-approved.
repeated string approved_identities = 1;String getApprovedIdentities(int index)
User emails ending in the provided identities are allowed to have IAM permissions on a project or the organization. Otherwise a finding will be created. A valid identity can be: * a domain that starts with "@", e.g. "@yourdomain.com". * a fully specified email address that does not start with "@", e.g. "abc@gmail.com" Regular expressions are not supported. Service accounts are not examined by the scanner and will be omitted if added to the list. If not specified, only Gmail accounts will be considered as non-approved.
repeated string approved_identities = 1;index - The index of the element to return.com.google.protobuf.ByteString getApprovedIdentitiesBytes(int index)
User emails ending in the provided identities are allowed to have IAM permissions on a project or the organization. Otherwise a finding will be created. A valid identity can be: * a domain that starts with "@", e.g. "@yourdomain.com". * a fully specified email address that does not start with "@", e.g. "abc@gmail.com" Regular expressions are not supported. Service accounts are not examined by the scanner and will be omitted if added to the list. If not specified, only Gmail accounts will be considered as non-approved.
repeated string approved_identities = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.