toggle menu
pulumi-github-kotlin
6.7.2.0
jvm
switch theme
search in API
pulumi-github-kotlin
/
com.pulumi.github.kotlin.inputs
/
ProviderAppAuthArgs
Provider
App
Auth
Args
data
class
ProviderAppAuthArgs
(
val
id
:
Output
<
String
>
,
val
installationId
:
Output
<
String
>
,
val
pemFile
:
Output
<
String
>
)
:
ConvertibleToJava
<
ProviderAppAuthArgs
>
Members
Constructors
Provider
App
Auth
Args
Link copied to clipboard
constructor
(
id
:
Output
<
String
>
,
installationId
:
Output
<
String
>
,
pemFile
:
Output
<
String
>
)
Properties
id
Link copied to clipboard
val
id
:
Output
<
String
>
The GitHub App ID.
installation
Id
Link copied to clipboard
val
installationId
:
Output
<
String
>
The GitHub App installation instance ID.
pem
File
Link copied to clipboard
val
pemFile
:
Output
<
String
>
The GitHub App PEM file contents.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ProviderAppAuthArgs