Package com.strongdm.api
Class Organizations
java.lang.Object
com.strongdm.api.Organizations
Organizations exposes organization configuration. Most RPCs remain private to the
go_private SDK; public MFA management is exposed to all public SDK targets.
The terraform-provider target is opted out at the service level because the
provider's data-source generator assumes every service has a List RPC; MFA is
instead surfaced via a hand-written resource template.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMFA()GetMFA gets the organization's MFA configuration.TestMFA validates MFA connectivity without persisting changes.UpdateMFA updates the organization's MFA configuration.withDeadlineAfter(long duration, TimeUnit units) This function returns a copy of the Organizations service which has the given deadline set for all method calls.
-
Constructor Details
-
Organizations
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the Organizations service which has the given deadline set for all method calls. -
getMFA
GetMFA gets the organization's MFA configuration.- Throws:
RpcException
-
updateMFA
UpdateMFA updates the organization's MFA configuration.- Throws:
RpcException
-
testMFA
TestMFA validates MFA connectivity without persisting changes.- Throws:
RpcException
-