toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.certificateauthority.kotlin.outputs
/
GetAuthorityConfigX509ConfigKeyUsageExtendedKeyUsage
Get
Authority
Config
X509Config
Key
Usage
Extended
Key
Usage
data
class
GetAuthorityConfigX509ConfigKeyUsageExtendedKeyUsage
(
val
clientAuth
:
Boolean
,
val
codeSigning
:
Boolean
,
val
emailProtection
:
Boolean
,
val
ocspSigning
:
Boolean
,
val
serverAuth
:
Boolean
,
val
timeStamping
:
Boolean
)
Members
Constructors
Get
Authority
Config
X509Config
Key
Usage
Extended
Key
Usage
Link copied to clipboard
constructor
(
clientAuth
:
Boolean
,
codeSigning
:
Boolean
,
emailProtection
:
Boolean
,
ocspSigning
:
Boolean
,
serverAuth
:
Boolean
,
timeStamping
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
client
Auth
Link copied to clipboard
val
clientAuth
:
Boolean
code
Signing
Link copied to clipboard
val
codeSigning
:
Boolean
email
Protection
Link copied to clipboard
val
emailProtection
:
Boolean
ocsp
Signing
Link copied to clipboard
val
ocspSigning
:
Boolean
server
Auth
Link copied to clipboard
val
serverAuth
:
Boolean
time
Stamping
Link copied to clipboard
val
timeStamping
:
Boolean