pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.elastic.kotlin.outputs
/
IdentityPropertiesResponse
Identity
Properties
Response
data
class
IdentityPropertiesResponse
(
val
principalId
:
String
,
val
tenantId
:
String
,
val
type
:
String
?
=
null
)
Identity properties.
Types
Constructors
Properties
Constructors
Identity
Properties
Response
Link copied to clipboard
fun
IdentityPropertiesResponse
(
principalId
:
String
,
tenantId
:
String
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
principal
Id
Link copied to clipboard
val
principalId
:
String
The identity ID.
tenant
Id
Link copied to clipboard
val
tenantId
:
String
The tenant ID of resource.
type
Link copied to clipboard
val
type
:
String
?
=
null
Managed identity type.