Class DeregisterDelegatedAdministratorRequest

    • Method Detail

      • accountId

        public final String accountId()

        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

        Returns:
        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
      • servicePrincipal

        public final String servicePrincipal()

        The service principal name of an Amazon Web Services service for which the account is a delegated administrator.

        Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

        Returns:
        The service principal name of an Amazon Web Services service for which the account is a delegated administrator.

        Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object