pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.managedidentity.kotlin.inputs
/
GetUserAssignedIdentityPlainArgs
Get
User
Assigned
Identity
Plain
Args
data
class
GetUserAssignedIdentityPlainArgs
(
val
resourceGroupName
:
String
,
val
resourceName
:
String
)
:
ConvertibleToJava
<
GetUserAssignedIdentityPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
User
Assigned
Identity
Plain
Args
Link copied to clipboard
fun
GetUserAssignedIdentityPlainArgs
(
resourceGroupName
:
String
,
resourceName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetUserAssignedIdentityPlainArgs
Properties
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the Resource Group to which the identity belongs.
resource
Name
Link copied to clipboard
val
resourceName
:
String
The name of the identity resource.