toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Identity
Properties
Response
Link copied to clipboard
constructor
(
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.