pulumi-azure-kotlin
5.68.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.redhatopenshift.kotlin.outputs
/
ClusterServicePrincipal
Cluster
Service
Principal
data
class
ClusterServicePrincipal
(
val
clientId
:
String
,
val
clientSecret
:
String
)
Types
Constructors
Properties
Constructors
Cluster
Service
Principal
Link copied to clipboard
fun
ClusterServicePrincipal
(
clientId
:
String
,
clientSecret
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
The Client ID for the Service Principal.
client
Secret
Link copied to clipboard
val
clientSecret
:
String
The Client Secret for the Service Principal.