
com.pulumi.azurenative.cognitiveservices.inputs.EncryptionScopePropertiesArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.cognitiveservices.inputs;
import com.pulumi.azurenative.cognitiveservices.enums.EncryptionScopeState;
import com.pulumi.azurenative.cognitiveservices.enums.KeySource;
import com.pulumi.azurenative.cognitiveservices.inputs.KeyVaultPropertiesArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Properties to EncryptionScope
*
*/
public final class EncryptionScopePropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final EncryptionScopePropertiesArgs Empty = new EncryptionScopePropertiesArgs();
/**
* Enumerates the possible value of keySource for Encryption
*
*/
@Import(name="keySource")
private @Nullable Output> keySource;
/**
* @return Enumerates the possible value of keySource for Encryption
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy