disableOrganizationsRootCredentialsManagement
abstract suspend fun disableOrganizationsRootCredentialsManagement(input: DisableOrganizationsRootCredentialsManagementRequest = DisableOrganizationsRootCredentialsManagementRequest { }): DisableOrganizationsRootCredentialsManagementResponse
Disables the management of privileged root user credentials across member accounts in your organization. When you disable this feature, the management account and the delegated administrator for IAM can no longer manage root user credentials for member accounts in your organization.
Samples
fun main() {
//sampleStart
// The following command disables the management of privileged root user credentials across member
// accounts in your organization.
val resp = iamClient.disableOrganizationsRootCredentialsManagement()
//sampleEnd
}