toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.redhatopenshift.kotlin.inputs
/
ClusterServicePrincipalArgs
Cluster
Service
Principal
Args
data
class
ClusterServicePrincipalArgs
(
val
clientId
:
Output
<
String
>
,
val
clientSecret
:
Output
<
String
>
)
:
ConvertibleToJava
<
ClusterServicePrincipalArgs
>
Members
Constructors
Cluster
Service
Principal
Args
Link copied to clipboard
constructor
(
clientId
:
Output
<
String
>
,
clientSecret
:
Output
<
String
>
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
Output
<
String
>
The Client ID for the Service Principal.
client
Secret
Link copied to clipboard
val
clientSecret
:
Output
<
String
>
The Client Secret for the Service Principal.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ClusterServicePrincipalArgs