Uses of Class
com.google.iam.admin.v1.KeyName
-
Packages that use KeyName Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.iam.admin.v1 -
-
Uses of KeyName in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 with parameters of type KeyName Modifier and Type Method Description voidIAMClient. deleteServiceAccountKey(KeyName name)Deletes a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].voidIAMClient. disableServiceAccountKey(KeyName name)Disable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].voidIAMClient. enableServiceAccountKey(KeyName name)Enable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].ServiceAccountKeyIAMClient. getServiceAccountKey(KeyName name, ServiceAccountPublicKeyType publicKeyType)Gets a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey]. -
Uses of KeyName in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return KeyName Modifier and Type Method Description KeyNameKeyName.Builder. build()static KeyNameKeyName. of(String project, String serviceAccount, String key)static KeyNameKeyName. parse(String formattedString)Methods in com.google.iam.admin.v1 that return types with arguments of type KeyName Modifier and Type Method Description static List<KeyName>KeyName. parseList(List<String> formattedStrings)Method parameters in com.google.iam.admin.v1 with type arguments of type KeyName Modifier and Type Method Description static List<String>KeyName. toStringList(List<KeyName> values)
-