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