toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.dashboard.kotlin.inputs
/
GetGrafanaIdentity
Get
Grafana
Identity
data
class
GetGrafanaIdentity
(
val
identityIds
:
List
<
String
>
?
=
null
,
val
principalId
:
String
,
val
tenantId
:
String
,
val
type
:
String
)
:
ConvertibleToJava
<
GetGrafanaIdentity
>
Members
Constructors
Get
Grafana
Identity
Link copied to clipboard
constructor
(
identityIds
:
List
<
String
>
?
=
null
,
principalId
:
String
,
tenantId
:
String
,
type
:
String
)
Properties
identity
Ids
Link copied to clipboard
val
identityIds
:
List
<
String
>
?
=
null
principal
Id
Link copied to clipboard
val
principalId
:
String
tenant
Id
Link copied to clipboard
val
tenantId
:
String
type
Link copied to clipboard
val
type
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetGrafanaIdentity