pulumi-azure-kotlin
5.68.0.0
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
>
Constructors
Functions
Properties
Constructors
Cluster
Service
Principal
Args
Link copied to clipboard
fun
ClusterServicePrincipalArgs
(
clientId
:
Output
<
String
>
,
clientSecret
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ClusterServicePrincipalArgs
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.