listOrganizationsFeatures
inline suspend fun IamClient.listOrganizationsFeatures(crossinline block: ListOrganizationsFeaturesRequest.Builder.() -> Unit): ListOrganizationsFeaturesResponse
Lists the centralized root access features enabled for your organization. For more information, see Centrally manage root access for member accounts.
Samples
fun main() {
//sampleStart
// he following command lists the centralized root access features enabled for your organization.
val resp = iamClient.listOrganizationsFeatures()
//sampleEnd
}