empty method and model folders for go to start fixing build

This commit is contained in:
darrell-thobe-sp
2025-03-31 09:09:43 -04:00
parent 34d14a520e
commit 1b874a5285
2759 changed files with 2 additions and 516357 deletions

View File

@@ -1,80 +0,0 @@
---
id: beta-identity-with-new-access
title: IdentityWithNewAccess
pagination_label: IdentityWithNewAccess
sidebar_label: IdentityWithNewAccess
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'IdentityWithNewAccess', 'BetaIdentityWithNewAccess']
slug: /tools/sdk/go/beta/models/identity-with-new-access
tags: ['SDK', 'Software Development Kit', 'IdentityWithNewAccess', 'BetaIdentityWithNewAccess']
---
# IdentityWithNewAccess
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IdentityId** | **string** | Identity id to be checked. |
**AccessRefs** | [**[]IdentityWithNewAccessAccessRefsInner**](identity-with-new-access-access-refs-inner) | The list of entitlements to consider for possible violations in a preventive check. |
## Methods
### NewIdentityWithNewAccess
`func NewIdentityWithNewAccess(identityId string, accessRefs []IdentityWithNewAccessAccessRefsInner, ) *IdentityWithNewAccess`
NewIdentityWithNewAccess instantiates a new IdentityWithNewAccess object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewIdentityWithNewAccessWithDefaults
`func NewIdentityWithNewAccessWithDefaults() *IdentityWithNewAccess`
NewIdentityWithNewAccessWithDefaults instantiates a new IdentityWithNewAccess object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetIdentityId
`func (o *IdentityWithNewAccess) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *IdentityWithNewAccess) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *IdentityWithNewAccess) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### GetAccessRefs
`func (o *IdentityWithNewAccess) GetAccessRefs() []IdentityWithNewAccessAccessRefsInner`
GetAccessRefs returns the AccessRefs field if non-nil, zero value otherwise.
### GetAccessRefsOk
`func (o *IdentityWithNewAccess) GetAccessRefsOk() (*[]IdentityWithNewAccessAccessRefsInner, bool)`
GetAccessRefsOk returns a tuple with the AccessRefs field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessRefs
`func (o *IdentityWithNewAccess) SetAccessRefs(v []IdentityWithNewAccessAccessRefsInner)`
SetAccessRefs sets AccessRefs field to given value.