
src.managedidentities.v1alpha1.GetDomainBackupIamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.managedidentities.v1alpha1
final case class GetDomainBackupIamPolicyArgs private(
backupId: besom.types.Output[String],
domainId: besom.types.Output[String],
optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
project: besom.types.Output[scala.Option[String]]
)
object GetDomainBackupIamPolicyArgs:
def apply(
backupId: besom.types.Input[String],
domainId: besom.types.Input[String],
optionsRequestedPolicyVersion: besom.types.Input.Optional[Int] = scala.None,
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetDomainBackupIamPolicyArgs =
new GetDomainBackupIamPolicyArgs(
backupId = backupId.asOutput(isSecret = false),
domainId = domainId.asOutput(isSecret = false),
optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetDomainBackupIamPolicyArgs] =
besom.internal.Encoder.derived[GetDomainBackupIamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetDomainBackupIamPolicyArgs] =
besom.internal.ArgsEncoder.derived[GetDomainBackupIamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy