Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Mar 21, 2023
1 parent d8d3139 commit 8eeb871
Show file tree
Hide file tree
Showing 234 changed files with 16,638 additions and 2,792 deletions.
18 changes: 17 additions & 1 deletion com/strongdm/api/AKS.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down Expand Up @@ -168,6 +168,22 @@ public void setSecretStoreId(String in) {
this.secretStoreId = in;
}

private String subdomain;
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public String getSubdomain() {
return this.subdomain;
}
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public void setSubdomain(String in) {
this.subdomain = in;
}

private java.util.Map<String, String> tags;
/** Tags is a map of key, value pairs. */
public java.util.Map<String, String> getTags() {
Expand Down
18 changes: 17 additions & 1 deletion com/strongdm/api/AKSBasicAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down Expand Up @@ -128,6 +128,22 @@ public void setSecretStoreId(String in) {
this.secretStoreId = in;
}

private String subdomain;
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public String getSubdomain() {
return this.subdomain;
}
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public void setSubdomain(String in) {
this.subdomain = in;
}

private java.util.Map<String, String> tags;
/** Tags is a map of key, value pairs. */
public java.util.Map<String, String> getTags() {
Expand Down
18 changes: 17 additions & 1 deletion com/strongdm/api/AKSServiceAccount.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down Expand Up @@ -138,6 +138,22 @@ public void setSecretStoreId(String in) {
this.secretStoreId = in;
}

private String subdomain;
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public String getSubdomain() {
return this.subdomain;
}
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public void setSubdomain(String in) {
this.subdomain = in;
}

private java.util.Map<String, String> tags;
/** Tags is a map of key, value pairs. */
public java.util.Map<String, String> getTags() {
Expand Down
18 changes: 17 additions & 1 deletion com/strongdm/api/AKSServiceAccountUserImpersonation.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down Expand Up @@ -118,6 +118,22 @@ public void setSecretStoreId(String in) {
this.secretStoreId = in;
}

private String subdomain;
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public String getSubdomain() {
return this.subdomain;
}
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public void setSubdomain(String in) {
this.subdomain = in;
}

private java.util.Map<String, String> tags;
/** Tags is a map of key, value pairs. */
public java.util.Map<String, String> getTags() {
Expand Down
18 changes: 17 additions & 1 deletion com/strongdm/api/AKSUserImpersonation.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down Expand Up @@ -148,6 +148,22 @@ public void setSecretStoreId(String in) {
this.secretStoreId = in;
}

private String subdomain;
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public String getSubdomain() {
return this.subdomain;
}
/**
* Subdomain is the local DNS address. (e.g. app-prod1 turns into
* app-prod1.your-org-name.sdm.network)
*/
public void setSubdomain(String in) {
this.subdomain = in;
}

private java.util.Map<String, String> tags;
/** Tags is a map of key, value pairs. */
public java.util.Map<String, String> getTags() {
Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AWS.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AWSConsole.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AWSConsoleStaticKeyPair.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AWSStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccessRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountAttachment.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountAttachmentCreateResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountAttachmentDeleteResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountAttachmentGetResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountAttachmentHistory.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountAttachments.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountAttachmentsHistory.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountCreateResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountDeleteResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountGetResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountGrant.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountGrantCreateResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountGrantDeleteResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountGrantGetResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountGrantHistory.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountGrants.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountGrantsHistory.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountHistory.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountPermission.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/AccountPermissions.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//

// This file was generated by protogen. DO NOT EDIT.
// Code generated by protogen. DO NOT EDIT.

package com.strongdm.api;

Expand Down
Loading

0 comments on commit 8eeb871

Please sign in to comment.