generated/api/Models/GoogleCredentialContent.cs
// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.9.4, generator: @autorest/powershell@3.0.415) // Changes may cause incorrect behavior and will be lost if the code is regenerated. namespace Commvault.Powershell.Models { using static Commvault.Powershell.Runtime.Extensions; /// <summary> /// Applicable only for credentials with Cloud Account, Vendor Type as Google and Auth Type as Access and Secret key /// </summary> public partial class GoogleCredentialContent : Commvault.Powershell.Models.IGoogleCredentialContent, Commvault.Powershell.Models.IGoogleCredentialContentInternal { /// <summary>Backing field for <see cref="AccessKeyId" /> property.</summary> private string _accessKeyId; /// <summary>Access key ID of Credential, applicable only if authType is Access Secret Key.</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string AccessKeyId { get => this._accessKeyId; set => this._accessKeyId = value; } /// <summary>Backing field for <see cref="Certificate" /> property.</summary> private string _certificate; /// <summary>Certificate of Credential</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string Certificate { get => this._certificate; set => this._certificate = value; } /// <summary>Internal Acessors for OwnerUser</summary> Commvault.Powershell.Models.IIdName Commvault.Powershell.Models.IGoogleCredentialContentInternal.OwnerUser { get => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).OwnerUser; set => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).OwnerUser = value; } /// <summary>Internal Acessors for OwnerUserGroup</summary> Commvault.Powershell.Models.IIdName Commvault.Powershell.Models.IGoogleCredentialContentInternal.OwnerUserGroup { get => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).OwnerUserGroup; set => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).OwnerUserGroup = value; } /// <summary>Internal Acessors for Security</summary> Commvault.Powershell.Models.ICredentialSecurity Commvault.Powershell.Models.IGoogleCredentialContentInternal.Security { get => (this._security = this._security ?? new Commvault.Powershell.Models.CredentialSecurity()); set { {_security = value;} } } /// <summary>Internal Acessors for SecurityOwner</summary> Commvault.Powershell.Models.ICredentialOwner Commvault.Powershell.Models.IGoogleCredentialContentInternal.SecurityOwner { get => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).Owner; set => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).Owner = value; } /// <summary>Backing field for <see cref="ConnectString" /> property.</summary> private string _connectString; /// <summary>Connect String for Credential</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string ConnectString { get => this._connectString; set => this._connectString = value; } /// <summary>Backing field for <see cref="DbName" /> property.</summary> private string _dbName; /// <summary>DB Name for Credential</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string DbName { get => this._dbName; set => this._dbName = value; } /// <summary>Backing field for <see cref="Description" /> property.</summary> private string _description; /// <summary>Updated description of Credential</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string Description { get => this._description; set => this._description = value; } /// <summary>Backing field for <see cref="NewName" /> property.</summary> private string _newName; /// <summary>Updated name of credential</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string NewName { get => this._newName; set => this._newName = value; } /// <summary>Backing field for <see cref="ProjectId" /> property.</summary> private string _projectId; /// <summary>Project ID of credential</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string ProjectId { get => this._projectId; set => this._projectId = value; } /// <summary>Backing field for <see cref="SecretAccessKey" /> property.</summary> private string _secretAccessKey; /// <summary>Secret Access Key of Credential and must be in base64 encoded format.</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string SecretAccessKey { get => this._secretAccessKey; set => this._secretAccessKey = value; } /// <summary>Backing field for <see cref="Security" /> property.</summary> private Commvault.Powershell.Models.ICredentialSecurity _security; /// <summary>Security association of a list of users and user groups</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] internal Commvault.Powershell.Models.ICredentialSecurity Security { get => (this._security = this._security ?? new Commvault.Powershell.Models.CredentialSecurity()); set => this._security = value; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public Commvault.Powershell.Models.ICredentialSecurityAssociations[] SecurityAssociations { get => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).Associations; set => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).Associations = value ?? null /* arrayOf */; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? UserGroupId { get => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).UserGroupId; set => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).UserGroupId = value ?? default(long); } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string UserGroupName { get => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).UserGroupName; set => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).UserGroupName = value ?? null; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? UserId { get => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).UserId; set => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).UserId = value ?? default(long); } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string UserName { get => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).UserName; set => ((Commvault.Powershell.Models.ICredentialSecurityInternal)Security).UserName = value ?? null; } /// <summary>Creates an new <see cref="GoogleCredentialContent" /> instance.</summary> public GoogleCredentialContent() { } } /// Applicable only for credentials with Cloud Account, Vendor Type as Google and Auth Type as Access and Secret key public partial interface IGoogleCredentialContent : Commvault.Powershell.Runtime.IJsonSerializable { /// <summary>Access key ID of Credential, applicable only if authType is Access Secret Key.</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"Access key ID of Credential, applicable only if authType is Access Secret Key.", SerializedName = @"accessKeyId", PossibleTypes = new [] { typeof(string) })] string AccessKeyId { get; set; } /// <summary>Certificate of Credential</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"Certificate of Credential", SerializedName = @"certificate", PossibleTypes = new [] { typeof(string) })] string Certificate { get; set; } /// <summary>Connect String for Credential</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"Connect String for Credential", SerializedName = @"connectString", PossibleTypes = new [] { typeof(string) })] string ConnectString { get; set; } /// <summary>DB Name for Credential</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"DB Name for Credential", SerializedName = @"dbName", PossibleTypes = new [] { typeof(string) })] string DbName { get; set; } /// <summary>Updated description of Credential</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"Updated description of Credential", SerializedName = @"description", PossibleTypes = new [] { typeof(string) })] string Description { get; set; } /// <summary>Updated name of credential</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"Updated name of credential", SerializedName = @"newName", PossibleTypes = new [] { typeof(string) })] string NewName { get; set; } /// <summary>Project ID of credential</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"Project ID of credential", SerializedName = @"projectId", PossibleTypes = new [] { typeof(string) })] string ProjectId { get; set; } /// <summary>Secret Access Key of Credential and must be in base64 encoded format.</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"Secret Access Key of Credential and must be in base64 encoded format.", SerializedName = @"secretAccessKey", PossibleTypes = new [] { typeof(string) })] string SecretAccessKey { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"", SerializedName = @"associations", PossibleTypes = new [] { typeof(Commvault.Powershell.Models.ICredentialSecurityAssociations) })] Commvault.Powershell.Models.ICredentialSecurityAssociations[] SecurityAssociations { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"", SerializedName = @"id", PossibleTypes = new [] { typeof(long) })] long? UserGroupId { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] string UserGroupName { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"", SerializedName = @"id", PossibleTypes = new [] { typeof(long) })] long? UserId { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] string UserName { get; set; } } /// Applicable only for credentials with Cloud Account, Vendor Type as Google and Auth Type as Access and Secret key internal partial interface IGoogleCredentialContentInternal { /// <summary>Access key ID of Credential, applicable only if authType is Access Secret Key.</summary> string AccessKeyId { get; set; } /// <summary>Certificate of Credential</summary> string Certificate { get; set; } /// <summary>Connect String for Credential</summary> string ConnectString { get; set; } /// <summary>DB Name for Credential</summary> string DbName { get; set; } /// <summary>Updated description of Credential</summary> string Description { get; set; } /// <summary>Updated name of credential</summary> string NewName { get; set; } Commvault.Powershell.Models.IIdName OwnerUser { get; set; } Commvault.Powershell.Models.IIdName OwnerUserGroup { get; set; } /// <summary>Project ID of credential</summary> string ProjectId { get; set; } /// <summary>Secret Access Key of Credential and must be in base64 encoded format.</summary> string SecretAccessKey { get; set; } /// <summary>Security association of a list of users and user groups</summary> Commvault.Powershell.Models.ICredentialSecurity Security { get; set; } Commvault.Powershell.Models.ICredentialSecurityAssociations[] SecurityAssociations { get; set; } /// <summary>Owner of a credential can be a user or user group</summary> Commvault.Powershell.Models.ICredentialOwner SecurityOwner { get; set; } long? UserGroupId { get; set; } string UserGroupName { get; set; } long? UserId { get; set; } string UserName { get; set; } } } |