Source Control Security Token Properties Args
    data class SourceControlSecurityTokenPropertiesArgs(val accessToken: Output<String>? = null, val refreshToken: Output<String>? = null, val tokenType: Output<Either<String, TokenType>>? = null) : ConvertibleToJava<SourceControlSecurityTokenPropertiesArgs> 
Constructors
Link copied to clipboard
                fun SourceControlSecurityTokenPropertiesArgs(accessToken: Output<String>? = null, refreshToken: Output<String>? = null, tokenType: Output<Either<String, TokenType>>? = null)