Package io.github.cdklabs.projen.github
Interface GithubCredentialsAppOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GithubCredentialsAppOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.082Z") @Stability(Experimental) public interface GithubCredentialsAppOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Options forGithubCredentials.fromApp.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGithubCredentialsAppOptions.BuilderA builder forGithubCredentialsAppOptionsstatic classGithubCredentialsAppOptions.Jsii$ProxyAn implementation forGithubCredentialsAppOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GithubCredentialsAppOptions.Builderbuilder()default StringgetAppIdSecret()default AppPermissionsgetPermissions()(experimental) The permissions granted to the token.default StringgetPrivateKeySecret()
-
-
-
Method Detail
-
getAppIdSecret
@Stability(Experimental) @Nullable default String getAppIdSecret()
-
getPermissions
@Stability(Experimental) @Nullable default AppPermissions getPermissions()
(experimental) The permissions granted to the token.Default: - all permissions granted to the app
-
getPrivateKeySecret
@Stability(Experimental) @Nullable default String getPrivateKeySecret()
-
builder
@Stability(Experimental) static GithubCredentialsAppOptions.Builder builder()
-
-