SecretBackendRoleArgs

constructor(backend: Output<String>? = null, credentialType: Output<String>? = null, defaultStsTtl: Output<Int>? = null, iamGroups: Output<List<String>>? = null, maxStsTtl: Output<Int>? = null, name: Output<String>? = null, namespace: Output<String>? = null, permissionsBoundaryArn: Output<String>? = null, policyArns: Output<List<String>>? = null, policyDocument: Output<String>? = null, roleArns: Output<List<String>>? = null, userPath: Output<String>? = null)