Skip to content

Commit

Permalink
3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Jun 12, 2023
1 parent 0d87a1c commit 3b1ab24
Show file tree
Hide file tree
Showing 11 changed files with 3,293 additions and 1,906 deletions.
20 changes: 20 additions & 0 deletions com/strongdm/api/AuroraMysql.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ public void setPortOverride(int in) {
this.portOverride = in;
}

private boolean requireNativeAuth;
/** */
public boolean getRequireNativeAuth() {
return this.requireNativeAuth;
}
/** */
public void setRequireNativeAuth(boolean in) {
this.requireNativeAuth = in;
}

private String secretStoreId;
/** ID of the secret store containing credentials for this resource, if any. */
public String getSecretStoreId() {
Expand Down Expand Up @@ -163,6 +173,16 @@ public void setTags(java.util.Map<String, String> in) {
this.tags.putAll(in);
}

private boolean useAzureSingleServerUsernames;
/** */
public boolean getUseAzureSingleServerUsernames() {
return this.useAzureSingleServerUsernames;
}
/** */
public void setUseAzureSingleServerUsernames(boolean in) {
this.useAzureSingleServerUsernames = in;
}

private String username;
/** */
public String getUsername() {
Expand Down
20 changes: 20 additions & 0 deletions com/strongdm/api/AzureMysql.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ public void setPortOverride(int in) {
this.portOverride = in;
}

private boolean requireNativeAuth;
/** */
public boolean getRequireNativeAuth() {
return this.requireNativeAuth;
}
/** */
public void setRequireNativeAuth(boolean in) {
this.requireNativeAuth = in;
}

private String secretStoreId;
/** ID of the secret store containing credentials for this resource, if any. */
public String getSecretStoreId() {
Expand Down Expand Up @@ -163,6 +173,16 @@ public void setTags(java.util.Map<String, String> in) {
this.tags.putAll(in);
}

private boolean useAzureSingleServerUsernames;
/** */
public boolean getUseAzureSingleServerUsernames() {
return this.useAzureSingleServerUsernames;
}
/** */
public void setUseAzureSingleServerUsernames(boolean in) {
this.useAzureSingleServerUsernames = in;
}

private String username;
/** */
public String getUsername() {
Expand Down
20 changes: 20 additions & 0 deletions com/strongdm/api/Clustrix.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ public void setPortOverride(int in) {
this.portOverride = in;
}

private boolean requireNativeAuth;
/** */
public boolean getRequireNativeAuth() {
return this.requireNativeAuth;
}
/** */
public void setRequireNativeAuth(boolean in) {
this.requireNativeAuth = in;
}

private String secretStoreId;
/** ID of the secret store containing credentials for this resource, if any. */
public String getSecretStoreId() {
Expand Down Expand Up @@ -163,6 +173,16 @@ public void setTags(java.util.Map<String, String> in) {
this.tags.putAll(in);
}

private boolean useAzureSingleServerUsernames;
/** */
public boolean getUseAzureSingleServerUsernames() {
return this.useAzureSingleServerUsernames;
}
/** */
public void setUseAzureSingleServerUsernames(boolean in) {
this.useAzureSingleServerUsernames = in;
}

private String username;
/** */
public String getUsername() {
Expand Down
20 changes: 20 additions & 0 deletions com/strongdm/api/MTLSMysql.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@ public void setPortOverride(int in) {
this.portOverride = in;
}

private boolean requireNativeAuth;
/** */
public boolean getRequireNativeAuth() {
return this.requireNativeAuth;
}
/** */
public void setRequireNativeAuth(boolean in) {
this.requireNativeAuth = in;
}

private String secretStoreId;
/** ID of the secret store containing credentials for this resource, if any. */
public String getSecretStoreId() {
Expand Down Expand Up @@ -207,6 +217,16 @@ public void setTags(java.util.Map<String, String> in) {
this.tags.putAll(in);
}

private boolean useAzureSingleServerUsernames;
/** */
public boolean getUseAzureSingleServerUsernames() {
return this.useAzureSingleServerUsernames;
}
/** */
public void setUseAzureSingleServerUsernames(boolean in) {
this.useAzureSingleServerUsernames = in;
}

private String username;
/** */
public String getUsername() {
Expand Down
20 changes: 20 additions & 0 deletions com/strongdm/api/Maria.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ public void setPortOverride(int in) {
this.portOverride = in;
}

private boolean requireNativeAuth;
/** */
public boolean getRequireNativeAuth() {
return this.requireNativeAuth;
}
/** */
public void setRequireNativeAuth(boolean in) {
this.requireNativeAuth = in;
}

private String secretStoreId;
/** ID of the secret store containing credentials for this resource, if any. */
public String getSecretStoreId() {
Expand Down Expand Up @@ -163,6 +173,16 @@ public void setTags(java.util.Map<String, String> in) {
this.tags.putAll(in);
}

private boolean useAzureSingleServerUsernames;
/** */
public boolean getUseAzureSingleServerUsernames() {
return this.useAzureSingleServerUsernames;
}
/** */
public void setUseAzureSingleServerUsernames(boolean in) {
this.useAzureSingleServerUsernames = in;
}

private String username;
/** */
public String getUsername() {
Expand Down
20 changes: 20 additions & 0 deletions com/strongdm/api/Memsql.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ public void setPortOverride(int in) {
this.portOverride = in;
}

private boolean requireNativeAuth;
/** */
public boolean getRequireNativeAuth() {
return this.requireNativeAuth;
}
/** */
public void setRequireNativeAuth(boolean in) {
this.requireNativeAuth = in;
}

private String secretStoreId;
/** ID of the secret store containing credentials for this resource, if any. */
public String getSecretStoreId() {
Expand Down Expand Up @@ -163,6 +173,16 @@ public void setTags(java.util.Map<String, String> in) {
this.tags.putAll(in);
}

private boolean useAzureSingleServerUsernames;
/** */
public boolean getUseAzureSingleServerUsernames() {
return this.useAzureSingleServerUsernames;
}
/** */
public void setUseAzureSingleServerUsernames(boolean in) {
this.useAzureSingleServerUsernames = in;
}

private String username;
/** */
public String getUsername() {
Expand Down
20 changes: 20 additions & 0 deletions com/strongdm/api/Mysql.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ public void setPortOverride(int in) {
this.portOverride = in;
}

private boolean requireNativeAuth;
/** */
public boolean getRequireNativeAuth() {
return this.requireNativeAuth;
}
/** */
public void setRequireNativeAuth(boolean in) {
this.requireNativeAuth = in;
}

private String secretStoreId;
/** ID of the secret store containing credentials for this resource, if any. */
public String getSecretStoreId() {
Expand Down Expand Up @@ -163,6 +173,16 @@ public void setTags(java.util.Map<String, String> in) {
this.tags.putAll(in);
}

private boolean useAzureSingleServerUsernames;
/** */
public boolean getUseAzureSingleServerUsernames() {
return this.useAzureSingleServerUsernames;
}
/** */
public void setUseAzureSingleServerUsernames(boolean in) {
this.useAzureSingleServerUsernames = in;
}

private String username;
/** */
public String getUsername() {
Expand Down
2 changes: 1 addition & 1 deletion com/strongdm/api/SigningCallCredential.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SigningCallCredential extends CallCredentials {
private final String apiAccessKey;
private final String signature;
private static final String API_VERSION = "2021-08-23";
private static final String USER_AGENT = "strongdm-sdk-java/3.15.0";
private static final String USER_AGENT = "strongdm-sdk-java/3.16.0";

protected SigningCallCredential(String apiAccessKey, String signature) {
this.apiAccessKey = apiAccessKey;
Expand Down
20 changes: 20 additions & 0 deletions com/strongdm/api/SingleStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ public void setPortOverride(int in) {
this.portOverride = in;
}

private boolean requireNativeAuth;
/** */
public boolean getRequireNativeAuth() {
return this.requireNativeAuth;
}
/** */
public void setRequireNativeAuth(boolean in) {
this.requireNativeAuth = in;
}

private String secretStoreId;
/** ID of the secret store containing credentials for this resource, if any. */
public String getSecretStoreId() {
Expand Down Expand Up @@ -163,6 +173,16 @@ public void setTags(java.util.Map<String, String> in) {
this.tags.putAll(in);
}

private boolean useAzureSingleServerUsernames;
/** */
public boolean getUseAzureSingleServerUsernames() {
return this.useAzureSingleServerUsernames;
}
/** */
public void setUseAzureSingleServerUsernames(boolean in) {
this.useAzureSingleServerUsernames = in;
}

private String username;
/** */
public String getUsername() {
Expand Down
Loading

0 comments on commit 3b1ab24

Please sign in to comment.