Class GetIAMPolicyAuditConfigAuditLogConfig.Builder

    • Method Detail

      • exemptedMembers

        public GetIAMPolicyAuditConfigAuditLogConfig.Builder exemptedMembers​(@Nullable
                                                                             java.util.List<java.lang.String> exemptedMembers)
        Parameters:
        exemptedMembers - Specifies the identities that are exempt from these types of logging operations. Follows the same format of the `members` array for `binding`.
        Returns:
        builder
      • exemptedMembers

        public GetIAMPolicyAuditConfigAuditLogConfig.Builder exemptedMembers​(java.lang.String... exemptedMembers)
        Parameters:
        exemptedMembers - Specifies the identities that are exempt from these types of logging operations. Follows the same format of the `members` array for `binding`.
        Returns:
        builder
      • logType

        public GetIAMPolicyAuditConfigAuditLogConfig.Builder logType​(java.lang.String logType)
        Parameters:
        logType - Defines the logging level. `DATA_READ`, `DATA_WRITE` and `ADMIN_READ` capture different types of events. See [the audit configuration documentation](https://cloud.google.com/resource-manager/reference/rest/Shared.Types/AuditConfig) for more details.
        Returns:
        builder