DeregisterDelegatedAdministratorRequest

public struct DeregisterDelegatedAdministratorRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

    Declaration

    Swift

    public let accountId: String
  • The service principal name of an AWS service for which the account is a delegated administrator. Delegated administrator privileges are revoked for only the specified AWS 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.

    Declaration

    Swift

    public let servicePrincipal: String
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, servicePrincipal: String)
  • Declaration

    Swift

    public func validate(name: String) throws