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.inputs
/
IdentityDetailsArgs
Identity
Details
Args
data
class
IdentityDetailsArgs
(
val
useSystemAssignedIdentity
:
Output
<
Boolean
>
?
=
null
,
val
userAssignedIdentityArmUrl
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
IdentityDetailsArgs
>
Members
Constructors
Identity
Details
Args
Link copied to clipboard
constructor
(
useSystemAssignedIdentity
:
Output
<
Boolean
>
?
=
null
,
userAssignedIdentityArmUrl
:
Output
<
String
>
?
=
null
)
Properties
user
Assigned
Identity
Arm
Url
Link copied to clipboard
val
userAssignedIdentityArmUrl
:
Output
<
String
>
?
=
null
ARM URL for User Assigned Identity.
use
System
Assigned
Identity
Link copied to clipboard
val
useSystemAssignedIdentity
:
Output
<
Boolean
>
?
=
null
Specifies if the BI is protected by System Identity.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IdentityDetailsArgs