toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dataprotection.kotlin.outputs
/
IdentityDetailsResponse
Identity
Details
Response
data
class
IdentityDetailsResponse
(
val
useSystemAssignedIdentity
:
Boolean
?
=
null
,
val
userAssignedIdentityArmUrl
:
String
?
=
null
)
Members
Constructors
Identity
Details
Response
Link copied to clipboard
constructor
(
useSystemAssignedIdentity
:
Boolean
?
=
null
,
userAssignedIdentityArmUrl
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
user
Assigned
Identity
Arm
Url
Link copied to clipboard
val
userAssignedIdentityArmUrl
:
String
?
=
null
ARM URL for User Assigned Identity.
use
System
Assigned
Identity
Link copied to clipboard
val
useSystemAssignedIdentity
:
Boolean
?
=
null
Specifies if the BI is protected by System Identity.