toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.healthcare.kotlin.inputs
/
ServiceIdentityArgs
Service
Identity
Args
data
class
ServiceIdentityArgs
(
val
principalId
:
Output
<
String
>
?
=
null
,
val
tenantId
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
ServiceIdentityArgs
>
Members
Constructors
Service
Identity
Args
Link copied to clipboard
constructor
(
principalId
:
Output
<
String
>
?
=
null
,
tenantId
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
)
Properties
principal
Id
Link copied to clipboard
val
principalId
:
Output
<
String
>
?
=
null
tenant
Id
Link copied to clipboard
val
tenantId
:
Output
<
String
>
?
=
null
type
Link copied to clipboard
val
type
:
Output
<
String
>
The type of managed identity to assign. The only possible value is
SystemAssigned
.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceIdentityArgs